home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 2 / ETO Development Tools 2.iso / Tools - Objects / MacApp / Experimental enhancements / MacApp Sizers / SizerTest.MAMake next >
Encoding:
Text File  |  1990-11-08  |  1.1 KB  |  33 lines  |  [TEXT/MPS ]

  1. #---------------------------------------------------------------------------------------------------
  2. #    List here the Application's Name
  3. AppName = SizerTest
  4.  
  5.  
  6. #---------------------------------------------------------------------------------------------------
  7. #    List any additional interfaces that your application is dependent on
  8. OtherInterfaces =  ∂
  9.     "{SrcApp}USizerView.p" ∂
  10.     "{SrcApp}UArray.p"
  11.  
  12. #---------------------------------------------------------------------------------------------------
  13. #    Name any other object files to link in
  14. OtherLinkFiles = ∂
  15.     "{ObjApp}USizerView.p.o" ∂
  16.     "{ObjApp}UArray.p.o"
  17.  
  18. #---------------------------------------------------------------------------------------------------
  19. #    Express any additional dependencies for separate compilations.
  20. #    Include dependencies for the MacApp and Building block interfaces
  21. #    if you are dependent on them
  22.  
  23. "{ObjApp}USizerView.p.o"    ƒ ∂
  24.                             "{SrcApp}USizerView.impl.p" ∂
  25.                             {MacAppIntf} ∂
  26.                             {BuildingBlocksIntf}
  27.  
  28. "{ObjApp}UArray.p.o"    ƒ ∂
  29.                             "{SrcApp}UArray.p" ∂
  30.                             {MacAppIntf} ∂
  31.                             {BuildingBlocksIntf}
  32.  
  33.